home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 66
/
Vol 66.iso
/
games
/
ellen.swf
/
scripts
/
DefineButton2_138
/
BUTTONCONDACTION on(press).as
next >
Wrap
Text File
|
2013-04-24
|
120b
|
8 lines
on(press){
if(_name.substr(0,1) == "p")
{
this.swapDepths(_root.d++);
this.startDrag();
}
}